GET /{BASE}/memento/resource/{date}/{resource}returns a serialisation for a given memento resource uri
- HTTP Example:
GET /{BASE}/memento/resource/{date}/{resource}
Accept: … | - API Example:
MementoWebService.resourceService({'date': , 'resource': , 'Accept': }); |
- Output:
- Response - a HTTP response
- Header parameters:
- Accept - the accepted content types
- HTTP return codes:
- 200 - return resource in requested format
- 400 - some errors in request
- 404 - resource or version cannot be found
- 500 - any other failure
|